Black/Gold theme

This commit is contained in:
2025-08-18 22:38:52 +02:00
parent b046749d1f
commit f073b42adb
13 changed files with 159 additions and 134 deletions

View File

@@ -1,30 +1,33 @@
* {
font-family: FontAwesome;
font-size: 13px;
color: #e0e6ed;
color: #E0E6ED;
/* border-radius: 0; */
}
window {
margin: 10px;
border: 2px solid #4c5a66;
background-color: rgba(30, 34, 38, 0.9);
border: 4px solid #1C1E1F;
background-color: #242425;
padding: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#input {
margin: 5px;
padding: 1px 5px;
border: 1px solid #90a4b8;
background-color: #2f3942;
color: #e0e6ed;
border-radius: 7px;
/* border: 2px solid #E0E6ED; */
background-color: #242425;
color: #E0E6ED;
/* border-radius: 7px; */
}
#input:focus{
box-shadow: none;
}
#inner-box {
margin: 0px;
background-color: rgba(30 34 38, 0.75);
margin: 10px;
/* background-color: rgba(30 34 38, 0.75); */
border: none;
}
@@ -35,7 +38,6 @@ window {
#scroll {
display: none;
margin: 5px;
background-color: transparent;
}
@@ -44,9 +46,9 @@ window {
}
#entry:selected {
background-color: #3b4651;
border-left: 3px solid #90a4b8;
color: #ffffff;
/* background-color: #AEB3AD; */
border-left: 3px solid #E0E6ED;
color: #E0E6ED;
}
#entry {
@@ -54,4 +56,3 @@ window {
margin: 2px 0;
background-color: transparent;
}