You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
534 B
34 lines
534 B
body {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
background: #1e1e2e;
|
|
color: #c6d0f5;
|
|
}
|
|
|
|
b, strong {
|
|
color: #eff1f5;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
&:hover {
|
|
border-bottom: 2px solid;
|
|
}
|
|
&.noun {
|
|
color: #a6e3a1;
|
|
}
|
|
&.adjective {
|
|
color: #f38ba8;
|
|
}
|
|
&.verb {
|
|
color: #87b0f9;
|
|
}
|
|
&.adverb {
|
|
color: #94e2d5;
|
|
}
|
|
&.particle {
|
|
color: #f9e2af;
|
|
}
|
|
&.phrase {
|
|
color: #fab387;
|
|
}
|
|
} |