mirror of
https://github.com/arnaucube/miksi-app.git
synced 2026-02-07 11:46:54 +01:00
Initial UI layout structure
This commit is contained in:
20
css/dark-theme.css
Normal file
20
css/dark-theme.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user