updated style.css

This commit is contained in:
Thoscellen 2021-04-29 14:31:27 +02:00
parent 413771b3cc
commit d88e13eebd

View File

@ -1,4 +1,4 @@
@-moz-document domain("opendigitaleducation.com") {
@-moz-document domain("recette.opendigitaleducation.com") {
@keyframes rotate {
0% {
transform: rotate3d(0, 1, 0, 0deg);
@ -13,26 +13,25 @@
background-image: url("https://recette.opendigitaleducation.com/assets/themes/cg771d/img/icons/proud.png");
background-size: auto;
}
body,
.navbar .welcome-message {
font-family: Calibri, "Segoe UI", sans-serif;
body {
font-family: Calibri, sans-serif;
}
h1,
h1 a,
nav.horizontal a {
font-family: "Chalkboard", "Amaranth", sans-serif;
letter-spacing: -1px;
nav.horizontal a,
.navbar .welcome-message {
font-family: KGJune, sans-serif;
}
nav.horizontal a {
font-size: 14pt;
}
h1,
h1 a {
font-weight: normal;
font-weight: bolder;
font-size: 18pt;
}
.navbar .welcome-message {
font-size: initial;
.widgets h1 {
font-family: "Rancho", sans-serif;
}
.container section.main {
backdrop-filter: blur(30px);
@ -57,7 +56,10 @@
float: none;
}
.notification {
border: none !important;
border-top: none !important;
border-bottom: none !important;
border-right: none !important;
border-left-width: 14px !important;
border-radius: 12px;
background: rgba(255, 255, 255, 0.80);
}
@ -130,7 +132,7 @@
.chip.multiselect * {
color: white !important;
}
nav.horizontal > a i::before,
nav.horizontal > a i::before,
nav.horizontal popover > a i::before{
color: #2a9cc8 !important;
}