Initial UI layout structure

This commit is contained in:
arnaucube
2020-05-11 16:29:32 +02:00
parent dea53a91dc
commit c2b506f8bf
7 changed files with 417 additions and 0 deletions

20
css/dark-theme.css Normal file
View File

@@ -0,0 +1,20 @@
.dark-theme {
background: #232729;
color: #d9d9d9;
}
.dark-theme
.card,
.list-group-item,
input,
.nav-link {
background: none!important;
border-color: #3b4145;
}
.dark-theme input {
color: #FF00B9;
}
.dark-theme input:focus {
color: #FF00B9;
box-shadow: 0px 0px 5px #FF00B9!important;
border: none;
}