Change light theme colors again, change hr style
This commit is contained in:
parent
021dd8a6ba
commit
1faaa367ea
1 changed files with 8 additions and 2 deletions
|
@ -68,8 +68,8 @@ body {
|
|||
:root {
|
||||
--primary-accent: #9f5858;
|
||||
--secondary-accent: #c99192;
|
||||
--border-color: #325e8d;
|
||||
--background-primary: #eff1ff;
|
||||
--border-color: #b57f7f;
|
||||
--background-primary: #fffbf9;
|
||||
--background-secondary: #ffffff;
|
||||
--text-color: #363131;
|
||||
--link-visited: #460b0b;
|
||||
|
@ -214,3 +214,9 @@ h2 {
|
|||
iframe {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: var(--border-color);
|
||||
height: 1px;
|
||||
border: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue