[CSS] Removed 'colors.css', colors are declared within their respective classes/ids instead.

This commit is contained in:
2021-11-15 13:55:23 +00:00
committed by Hugo Sales
parent d5e6fd603d
commit a23f7d5aa3
6 changed files with 68 additions and 129 deletions

View File

@@ -84,7 +84,12 @@ textarea {
-moz-border-radius: 0.6rem;
border-radius: 0.6rem;
background: var(--gradient) !important;
border: 2px solid var(--border) !important;
-webkit-box-shadow: var(--shadow);
-moz-box-shadow: var(--shadow);
box-shadow: var(--shadow);
}
select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
@@ -131,18 +136,25 @@ input[type=file] {
-webkit-border-radius: 0.6rem;
-moz-border-radius: 0.6rem;
border-radius: 0.6rem;
background: var(--gradient) !important;
}
::-webkit-file-upload-button {
font-family: 'Open Sans', sans-serif !important;
font-weight: bold !important;
color: var(--foreground);
fill: var(--foreground);
}
::file-selector-button {
font-family: 'Open Sans', sans-serif !important;
font-weight: bold !important;
color: var(--foreground);
fill: var(--foreground);
}
::file-selector-button {
font-family: 'Open Sans', sans-serif !important;
font-weight: bold !important;
color: var(--foreground);
fill: var(--foreground);
}
input[type=checkbox],

View File

@@ -8,6 +8,9 @@
border-radius: 0.6rem;
padding: 0.6rem;
background: var(--gradient) !important;
-webkit-box-shadow: var(--shadow);
-moz-box-shadow: var(--shadow);
box-shadow: var(--shadow);
}
.profile *[class*="profile-info-"] {
flex: 1;
@@ -45,6 +48,7 @@
margin-bottom: 1.3rem;
background-color: var(--background-card) !important;
box-shadow: var(--shadow);
border: 2px solid var(--border) !important;
}
.section-widget hr {
margin-bottom: 0.6rem