"gray" instead of "grey"

pull/211/head
Aevann 2023-10-04 13:45:16 +03:00
parent 5be46f9204
commit 9a4ac20f1a
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
--muted: #666; --muted: #666;
--black: #444; --black: #444;
--primary: #b40457 !important; --primary: #b40457 !important;
--grey: #888; --gray: #888;
--upvote: #ff8b60; --upvote: #ff8b60;
--downvote: #9393ff; --downvote: #9393ff;
--sticky: #228822; --sticky: #228822;
@ -98,7 +98,7 @@ a {
} }
.spoiler, spoiler { .spoiler, spoiler {
background-color: var(--grey) !important; background-color: var(--gray) !important;
} }
.spoiler:hover, spoiler:hover { .spoiler:hover, spoiler:hover {
@ -141,7 +141,7 @@ a.btn-block[href~="/submit"] {
} }
.card { .card {
border-color: var(--grey) !important; border-color: var(--gray) !important;
} }
.modal-content { .modal-content {
@ -169,7 +169,7 @@ a.btn-block[href~="/submit"] {
} }
blockquote { blockquote {
background-color: var(--grey); background-color: var(--gray);
color: white; color: white;
} }
@ -186,7 +186,7 @@ blockquote a {
/*userpage*/ /*userpage*/
.jumbotron { .jumbotron {
color: var(--grey); color: var(--gray);
} }
/*casino*/ /*casino*/