tabi: posixlycorrect: update skin to make links underlined
also adds background to header
This commit is contained in:
parent
6e9b7a6ed1
commit
b71384e992
1 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
// force dark theme
|
||||
/* general */
|
||||
|
||||
|
||||
/* theme */
|
||||
@mixin theme-variables($theme) {
|
||||
@if $theme =='light' {
|
||||
--primary-color: #FC9300;
|
||||
|
@ -23,3 +26,15 @@
|
|||
@include theme-variables('dark');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* header */
|
||||
.home-title {
|
||||
background-color: var(--primary-color);
|
||||
color: var(--background-color);
|
||||
padding: 0.12rem;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue