USPDMS CSS

This page has been deleted, most likely because it does not belong on the snippets wiki.
View Source | Edit Page


Creator: Antimatter ColliderAntimatter Collider

Description

A CSS that I made for Deathwrm

Code

/* Created by Antimatter Collider 06/14/2022 for deathwrm */

/* Universal Colors and Fonts */

* {
    background-color: black ! important;
    color: red ! important;
    font-family: 'Share Tech Mono', monospace;
}

/* Link coloring */

a {
    text-decoration: underline;
    text-decoration-color: lightred;
    color: darkred ! important;
}

/* Borders */

* {
    border-style:  ;
    border-color: darkred ! important;

/* Image Settings */

img {
  image-rendering: pixelated;
}

img {
  filter: grayscale(100%);
}

h {
  text-decoration: bold
}

In action

Comments

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License