fix colors

This commit is contained in:
fruworg 2023-07-30 13:39:18 +05:00
parent 58f617689a
commit 54fa86bd24

View File

@ -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;
}
@ -234,11 +229,11 @@ justify-content: space-between;
}
.tags li::before{
content: "< ";
content: "<";
}
.tags li::after{
content: " >";
content: ">";
}
.tags a{
@ -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 {