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

fonter & farger

parent ee51dfab
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<label for="radio_nob">Bokmål</label> <label for="radio_nob">Bokmål</label>
<input type="radio" id="radio_nno" value="nno" v-model="lang"> <input type="radio" id="radio_nno" value="nno" v-model="lang">
<label for="radio_nno">Nynorsk</label> <label for="radio_nno">Nynorsk</label>
||| -----
<input type="radio" id="radio_norsk" value="norsk_ordbok" v-model="lang"> <input type="radio" id="radio_norsk" value="norsk_ordbok" v-model="lang">
<label for="radio_norsk">Norsk Ordbok</label> <label for="radio_norsk">Norsk Ordbok</label>
</header> </header>
...@@ -160,8 +160,11 @@ export default { ...@@ -160,8 +160,11 @@ export default {
</script> </script>
<style> <style>
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
#app { #app {
font-family: 'Avenir', Helvetica, Arial, sans-serif; font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
color: #2c3e50; color: #2c3e50;
......
...@@ -66,10 +66,11 @@ article { ...@@ -66,10 +66,11 @@ article {
h3 { h3 {
margin: 40px 0 0; margin: 40px 0 0;
color: #560027;
} }
a { a {
//color: #42b983; color: #560027;
} }
li { li {
...@@ -94,6 +95,7 @@ li.definition.level1, li.definition.level2 { ...@@ -94,6 +95,7 @@ li.definition.level1, li.definition.level2 {
::marker { ::marker {
font-weight: bold; font-weight: bold;
color: #560027;
} }
ol > li:only-child.level1, li:only-child.level2, li:only-child.level3 { ol > li:only-child.level1, li:only-child.level2, li:only-child.level3 {
......
...@@ -42,12 +42,16 @@ export default { ...@@ -42,12 +42,16 @@ export default {
</script> </script>
<style> <style>
.word-classification { .word-classification {
text-decoration: underline dashed; text-decoration: underline dashed;
} }
h1 { h1 {
display: inline; display: inline;
font-family: Inria Serif;
font-size: 36px;
color: #560027;
} }
.inflection table { .inflection table {
......
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