Skip to content
Snippets Groups Projects
Commit 7fdc2962 authored by Sondre Malerud's avatar Sondre Malerud :coffee:
Browse files

Merge branch 'colors' into 'main'

farge på form til indigo

See merge request !28
parents 8e760058 e5f22857
No related branches found
No related tags found
1 merge request!28farge på form til indigo
Pipeline #226431 passed
......@@ -165,7 +165,11 @@ export default {
</script>
<style scoped lang="scss">
<style scoped lang="scss">;
h1,h2,h3 {
color: base.$indigo
}
input[type="radio"] {
width: 2em;
......
......@@ -47,3 +47,8 @@ $phone-min : 360px;
margin: 0;
height: 100%;
}
form p, form input, form h1, form h2, form h3, form span, form label {
color: $indigo;
}
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