forked from samuel-p/sp-codes.de
multiple optimizations
updated german texts fixed some styles
This commit is contained in:
parent
761ff47101
commit
07d0c86ebb
13 changed files with 197 additions and 124 deletions
|
@ -1,5 +1,4 @@
|
|||
$primary: #fea500;
|
||||
$primary_dark: #e5a52e;
|
||||
|
||||
@import "logo";
|
||||
|
||||
|
@ -12,6 +11,7 @@ $flag-icon-path: '../img';
|
|||
@import "bootstrap/scss/bootstrap-grid";
|
||||
@import "bootstrap/scss/bootstrap-reboot";
|
||||
@import "bootstrap/scss/bootstrap-utilities";
|
||||
@import "bootstrap/scss/type";
|
||||
@import "bootstrap/scss/buttons";
|
||||
@import "bootstrap/scss/badge";
|
||||
@import "bootstrap/scss/functions";
|
||||
|
@ -53,14 +53,6 @@ p {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
|
||||
&:hover {
|
||||
color: $primary_dark;
|
||||
}
|
||||
}
|
||||
|
||||
.fill-col-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -196,14 +188,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #fff;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex: 1;
|
||||
}
|
||||
|
@ -237,11 +221,6 @@ a {
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
color: $primary !important;
|
||||
|
||||
&[href]:hover {
|
||||
color: $primary_dark !important;
|
||||
}
|
||||
}
|
||||
|
||||
.beta {
|
||||
|
@ -417,6 +396,10 @@ table.table {
|
|||
//}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--bs-border-color: #000;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ddd;
|
||||
background-image: url("../img/bgl.jpg");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue