mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-16 09:01:09 +00:00
- Color changes in various places.
This commit is contained in:
parent
6ab7e11bed
commit
a522da3ab1
2 changed files with 8 additions and 8 deletions
|
@ -370,11 +370,11 @@ a.topictitle:active {
|
|||
|
||||
/* Profile searchresults */
|
||||
.search .postprofile a {
|
||||
color: #38668c;
|
||||
color: #7ca8c5;
|
||||
}
|
||||
|
||||
.search .postprofile a:hover {
|
||||
color: #7d9eb9;
|
||||
color: #aac8e0;
|
||||
}
|
||||
|
||||
/* Back to top of page */
|
||||
|
@ -516,8 +516,8 @@ dl.faq dt {
|
|||
blockquote {
|
||||
background-color: #20252d;
|
||||
background-image: url("{T_THEME_PATH}/images/quote.gif");
|
||||
border-color:#3c76a3;
|
||||
border-style: dashed;
|
||||
border-color:#536b80;
|
||||
border-style: solid;
|
||||
|
||||
}
|
||||
|
||||
|
@ -538,8 +538,8 @@ blockquote blockquote blockquote {
|
|||
/* Code block */
|
||||
dl.codebox {
|
||||
background-color: #20252d;
|
||||
border-color: #3c76a3;
|
||||
border-style: dashed;
|
||||
border-color: #536b80;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
dl.codebox dt {
|
||||
|
@ -547,7 +547,7 @@ dl.codebox dt {
|
|||
}
|
||||
|
||||
dl.codebox code {
|
||||
color: #2E8B57;
|
||||
color: #78b0bb;
|
||||
}
|
||||
|
||||
.syntaxbg { color: #a7a7a9; }
|
||||
|
|
|
@ -127,7 +127,7 @@ a.topictitle:active {
|
|||
|
||||
/* Profile searchresults */
|
||||
.search .postprofile a {
|
||||
color: #50A2D9;
|
||||
color: #7ca1bf;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue