mirror of https://gitlab.com/bashrc2/epicyon
Set header font size
parent
f8b4e4d2a2
commit
1299029074
|
@ -3,6 +3,7 @@
|
|||
:root {
|
||||
--main-bg-color: #282c37;
|
||||
--link-bg-color: #282c37;
|
||||
--title-color: #999;
|
||||
--dropdown-bg-color: #111;
|
||||
--dropdown-bg-color-hover: #333;
|
||||
--main-bg-color-reply: #212c37;
|
||||
|
@ -108,6 +109,8 @@ a:focus {
|
|||
|
||||
h1 {
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--font-size);
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
.cwText {
|
||||
|
|
|
@ -215,6 +215,7 @@ a:focus {
|
|||
|
||||
h1 {
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--font-size);
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -256,6 +256,7 @@ blockquote p {
|
|||
|
||||
h1 {
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--font-size);
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@ body, html {
|
|||
|
||||
h1 {
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--font-size);
|
||||
color: var(--title-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue