feat: experimentation with new fonts. Small fixes.

This commit is contained in:
Simon Priet 2020-07-18 15:48:06 +02:00
parent a1b766cfe6
commit 4b2b0793fe

View File

@ -1,4 +1,18 @@
@-moz-document domain("opendigitaleducation.com") {
body,
.navbar .welcome-message {
font-family: Calibri, "Segoe UI", Alef, sans-serif;
}
h1,
h1 a,
nav.horizontal a
{
font-family: Rancho, "Bubblegum Sans", sans-serif;
font-weight: normal;
}
.navbar .welcome-message {
font-size: initial;
}
.container section.main {
backdrop-filter: blur(30px);
background: rgba(255, 255, 255, 0.66) !important;
@ -22,7 +36,7 @@
float: none;
}
.notification {
border: none;
border: none !important;
border-radius: 12px;
background: rgba(255, 255, 255, 0.80);
}
@ -43,6 +57,9 @@
.widgets .news .new {
border-radius: 0 0 12px 12px;
}
div:not(.simple-notifications)>.notification i.sticker.app::before {
text-shadow:none;
}
.drop-down-block {
padding: 10px;
border-radius: 12px;
@ -79,7 +96,8 @@
.chip:hover {
/*box-shadow: 0px 0px 0px 2px white !important;*/
}
.chip.selected {
.chip.selected,
div:not(.simple-notifications)>.notification i.sticker.app {
box-shadow: none !important;
}
.chip.selected > * {