dsfsfd
This commit is contained in:
parent
a2d08ff6e5
commit
81fc852c2e
12 changed files with 29 additions and 25 deletions
|
@ -6,6 +6,7 @@
|
|||
--secondary: #c7c7c7;
|
||||
--gray: #c7c7c7;
|
||||
--gray-300: #c7c7c7;
|
||||
--gray-400: #cfcfcf;
|
||||
--gray-500: #ffffff;
|
||||
--gray-600: #ffffff;
|
||||
--gray-700: #ffffff;
|
||||
|
@ -17,7 +18,6 @@
|
|||
--gray-200: #1e1e1e;
|
||||
--white: #1e1e1e;
|
||||
--black: #303030;
|
||||
--gray-400: #cfcfcf;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -69,4 +69,8 @@ pre {
|
|||
|
||||
#frontpage .post-title a:visited {
|
||||
color: #7a7a7a !important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: var(--gray-400);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue