kittensite/main/css/common.css

34 lines
581 B
CSS
Raw Normal View History

2021-06-29 16:29:55 +00:00
@font-face {
font-family: "Wenceslas";
src: url("../fonts/Wenceslas.ttf");
}
html {
background-color: #21192c;
scrollbar-color: #1a1423 #21192c;
}
::selection {
color: #21192c;
background: #f3c3f7;
}
a {
color: #9371bc;
margin: 0;
font-weight: 600;
display: inline-block;
text-decoration: none;
}
a:hover {
text-decoration: underline dashed #9371bc;
text-decoration-thickness: 2px;
-webkit-text-decoration: underline dashed #9371bc;
}
a::before {
content: '⛤';
display: inline-block;
margin-right: 0.5em;
}