style update mainpage

This commit is contained in:
2023-08-25 20:42:45 +02:00
parent 99feead949
commit ab117aaa98
55 changed files with 118 additions and 705 deletions

View File

@@ -1,4 +1,49 @@
/*
This CSS file is used to override the existing styles of the theme.
You can change the article headings, fonts, colors, etc.
*/
:root {
color-scheme: only dark;
}
body {
background-color: #272727;
color: #00ad8e;
}
.features-box {
background-color: #272727;
color: #00ad8e;
}
.feature-box {
background-color: #3d3d3d;
color: inherit;
}
.navbar-link {
color: white;
}
.border-green-custom {
border-color: #10473d;
}
.text-green-custom {
color: #00ad8e;
}
.text-white-custom {
color: white;
}
.text-lightgray-custom {
color: #787777;
}
.bg-darker-green-custom {
background-color: #0c8771;
}
.bg-gray-custom {
background-color: #272727;
}
.bg-darkergrey-custom {
background-color: #121212;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 MiB

After

Width:  |  Height:  |  Size: 5.3 MiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB