Skip to content
Snippets Groups Projects
Commit e9ab13d1 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#276 fjernet flere hardkodede farger

parent a77be56d
No related branches found
No related tags found
No related merge requests found
...@@ -320,12 +320,12 @@ body { ...@@ -320,12 +320,12 @@ body {
h1 { h1 {
font-family: Inria Serif; font-family: Inria Serif;
font-size: 36px; font-size: 36px;
color: #560027; color: var(--v-primary-base);
} }
header > h1 > a { header > h1 > a {
color: #BC477B !important; color: var(--v-secondary-base) !important;
font-size: 40px; font-size: 40px;
margin: 0px; margin: 0px;
text-decoration: none; text-decoration: none;
...@@ -338,7 +338,7 @@ p.about-link { ...@@ -338,7 +338,7 @@ p.about-link {
} }
header > p > a { header > p > a {
color: #FDF4F5 !important; color: var(--v-tertiary-base) !important;
text-decoration: none; text-decoration: none;
} }
...@@ -348,15 +348,15 @@ span.beta { ...@@ -348,15 +348,15 @@ span.beta {
p.about-link > a{ p.about-link > a{
text-decoration: none; text-decoration: none;
border-bottom: solid #BC477B 4px; border-bottom: solid var(--v-secondary-base) 4px;
font-size: 12px; font-size: 12px;
color: #FDF4F5; color: var(--v-tertiary-base);
} }
main { main {
padding-bottom: 20px; padding-bottom: 20px;
flex: 1 0 auto; flex: 1 0 auto;
background-color: #FDF4F5; background-color: var(--v-tertiary-base);
} }
main.welcome { main.welcome {
......
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