Skip to content
Snippets Groups Projects
Commit a6e24734 authored by resynth1943's avatar resynth1943
Browse files

Make the CSS normal

parent 74eb3870
No related branches found
No related tags found
No related merge requests found
body { body {
font-family: Actor; font-family: Actor, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
/* text-align: center; */ /* text-align: center; */
padding: 50px 20px 0; padding: 50px 20px 0;
background: #1d232d; background: #1d232d;
...@@ -17,7 +17,8 @@ body { ...@@ -17,7 +17,8 @@ body {
} }
.container a { .container a {
color: #71aaeb; color: #37a4a1;
text-decoration: wavy;
} }
html { html {
...@@ -38,7 +39,7 @@ h1 { ...@@ -38,7 +39,7 @@ h1 {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: Sura; font-family: Sura, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
} }
h3 { h3 {
...@@ -110,3 +111,10 @@ hr:not(.no-bottom-margin) { ...@@ -110,3 +111,10 @@ hr:not(.no-bottom-margin) {
url('/assets/fonts/sura/sura-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/sura/sura-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/assets/fonts/sura/sura-v4-latin-regular.svg#Sura') format('svg'); /* Legacy iOS */ url('/assets/fonts/sura/sura-v4-latin-regular.svg#Sura') format('svg'); /* Legacy iOS */
} }
blockquote:not(.post-summary) {
margin-left: 0;
padding: 5px 10px 5px 20px;
border-left: 8px solid #88c0d0;
background: #2b3649;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment