rehber bağlantı rengi ve pre/code rengi değiştirildi. hr marg bottom eklendi.

This commit is contained in:
Yusuf İpek
2021-08-30 14:22:29 +03:00
parent 94cc0537c1
commit 5b55a96411
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -44,12 +44,12 @@ a {
} }
code { code {
background-color: #333333; background-color: black;
font-size: 1.8rem; font-size: 1.8rem;
} }
pre { pre {
background-color: #333333; background-color: black;
padding: 1rem; padding: 1rem;
border-radius: 1rem; border-radius: 1rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
+8
View File
@@ -19,6 +19,14 @@
margin-bottom: 1.5rem !important; margin-bottom: 1.5rem !important;
} }
hr {
margin-bottom: 1.5rem;
}
a {
color: coral;
}
h1, h1,
h2, h2,
h3, h3,