update main.scss

This commit is contained in:
pat-s 2021-07-24 20:09:07 +02:00
parent 1c46f91bdf
commit de14dead16
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -60,6 +60,10 @@
// Mobile Styles // Mobile Styles
.navbar {
background-color: #f4f4f4;
}
.navbar-background{ .navbar-background{
-webkit-transition: opacity ease 300ms; -webkit-transition: opacity ease 300ms;
transition: opacity ease 300ms; transition: opacity ease 300ms;
@ -95,6 +99,7 @@
.navbar-item{ .navbar-item{
padding: 0.5em 2em 0.5em 1.5em; padding: 0.5em 2em 0.5em 1.5em;
color: #333;
} }
.logo{ .logo{
@ -102,6 +107,10 @@
} }
} }
a.navbar-item, .navbar-link {
color: #333;
}
.navbar-burger.burger{ .navbar-burger.burger{
position: fixed; position: fixed;
top: 0; top: 0;
@ -120,6 +129,57 @@
opacity: 1; opacity: 1;
} }
a {
color: #528321;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
color: #333;
}
.toc { .toc {
padding-bottom: 10px; padding-bottom: 10px;
} }
.menu-label {
color: #528321;
}
.menu-list a.is-active {
background-color: #528321 !important;
}
code {
background-color: #ecf0f1;
color: black;
font-size: 0.85em;
font-weight: normal;
padding: .2em .4em;
border-radius: 6px;
}
.button.is-success {
background-color: #528321;
border-color: transparent;
color: #fff;
}
.hero.is-primary {
background-color: #f4f4f4;
}
.hero.is-primary .title {
color: #333;
}
.hero.is-primary .subtitle {
color: #333;
}
.hero.is-link {
color: #333;
}
.feature-shoutout a {
color: black !important;
}