summaryrefslogtreecommitdiff
path: root/views/snippets
diff options
context:
space:
mode:
authorhorus2022-12-13 14:38:18 +0100
committerhorus2022-12-13 14:38:18 +0100
commit8d45c8fc94b1ee7c8b1779075b8f332fb137b8d3 (patch)
tree34a08a2d05a8c0aecde597ad04cee8816a7e9568 /views/snippets
parent460468f9b08bbb7b4275fcef11bd980fe0276bfc (diff)
downloadhochzeit-8d45c8fc94b1ee7c8b1779075b8f332fb137b8d3.tar.gz
Franzis Änderungen eingepflegt.
Diffstat (limited to 'views/snippets')
-rw-r--r--views/snippets/layout.html6
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;