mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
fix colors
This commit is contained in:
parent
58f617689a
commit
54fa86bd24
@ -1,10 +1,9 @@
|
||||
/* Markdown */
|
||||
:root{
|
||||
--maincolor: red;
|
||||
--bordercl:rebeccapurple;
|
||||
--callouctcolor:dodgerblue;
|
||||
--hovercolor:navy;
|
||||
--darkMaincolor: #50fa7b;
|
||||
--maincolor: blue;
|
||||
--callouctcolor: blue;
|
||||
--hovercolor: blue;
|
||||
--darkMaincolor: blue;
|
||||
}
|
||||
|
||||
html {
|
||||
@ -34,13 +33,10 @@ p {
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dotted var(--bordercl);
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 3px solid var(--bordercl);
|
||||
color: #737373;
|
||||
margin: 0;
|
||||
padding-left: 1em;
|
||||
@ -171,7 +167,6 @@ h6::before { color: var(--maincolor); content: '###### '; }
|
||||
footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-top: 0.4rem dotted var(--bordercl);
|
||||
padding: 2rem 0rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
@ -259,10 +254,8 @@ svg{
|
||||
}
|
||||
|
||||
.draft-label{
|
||||
color: var(--bordercl);
|
||||
text-decoration: none;
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
margin-left: 6px;
|
||||
background-color: #f9f2f4;
|
||||
}
|
||||
@ -363,7 +356,7 @@ table td{
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background-color: #202124;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
Loading…
Reference in New Issue
Block a user