fix little issues
This commit is contained in:
+16
-2
@@ -17,13 +17,23 @@
|
||||
--red: #ce3446;
|
||||
--orange: #e56045;
|
||||
--text: #444444;
|
||||
--background: #fffef5;
|
||||
--flat-bg: white;
|
||||
--background: white;
|
||||
--radius: 5px;
|
||||
--shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
||||
--border: 1px solid #7f7f7f;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--blue: #5996e9;
|
||||
--red: #e75969;
|
||||
--orange: #e87c66;
|
||||
--text: white;
|
||||
--background: color(display-p3 0.141 0.149 0.216);
|
||||
--border: 1px solid rgb(102, 102, 102);
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
/* font-family: 'CrimsonText', serif; */
|
||||
font-family: 'CrimsonText', serif;
|
||||
@@ -84,6 +94,10 @@ kbd {
|
||||
rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
|
||||
}
|
||||
|
||||
sup > a {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user