USPDMS CSS
This page has been deleted, most likely because it does not belong on the snippets wiki.
View Source | Edit Page
Creator:
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
page revision: 1, last edited: 15 Aug 2022 12:28





Comments