mirror of
https://github.com/arnaucube/darkID-prototype.git
synced 2026-02-07 11:26:44 +01:00
started darkID
This commit is contained in:
14
clientApp/GUI/css/bootstrapMaterial-dark-overwrite.css
vendored
Normal file
14
clientApp/GUI/css/bootstrapMaterial-dark-overwrite.css
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
/*background: #15191e!important;*/
|
||||
background: #000000!important;
|
||||
color: #ffffff!important;
|
||||
}
|
||||
.card {
|
||||
/*background: #1f262d!important;*/
|
||||
/*background: #15191e!important;
|
||||
color: #ffffff!important;*/
|
||||
/*border: 1px solid #ffffff!important;*/
|
||||
|
||||
background: #000000!important;
|
||||
color: #ffffff!important;
|
||||
}
|
||||
5
clientApp/GUI/css/own.css
Normal file
5
clientApp/GUI/css/own.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.o_nav {
|
||||
background: #000000!important;
|
||||
color: #ffffff!important;
|
||||
border-bottom: 2px solid #4DD0E1!important;
|
||||
}
|
||||
Reference in New Issue
Block a user