diff options
Diffstat (limited to 'views/snippets/layout.html')
| -rw-r--r-- | views/snippets/layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/snippets/layout.html b/views/snippets/layout.html index 7a93c0b..b7bcde0 100644 --- a/views/snippets/layout.html +++ b/views/snippets/layout.html @@ -24,6 +24,9 @@ background-color: #262626; color: #e1e1e1; } + a { + color: #f07206 !important; + } .main { margin-top: 4rem; font-size: 1.5rem; @@ -90,6 +93,9 @@ h2::before { content: "# "; } + h2 { + font-size: 2.25rem; + } /* h1,h2 { color: #f07206; |
