Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian fb574e62d4 0.27.1 2024-08-18 02:07:48 +02:00
DebaucheryLibrarian b3b529faac Fixed dark styling on years filter. 2024-08-18 02:07:46 +02:00
3 changed files with 6 additions and 5 deletions

View File

@ -54,7 +54,7 @@ function clearYears() {
.years-container {
display: flex;
align-items: stretch;
border-bottom: solid 1px var(--shadow-weak-30);
border-bottom: solid 1px var(--glass-weak-30);
}
.years {
@ -78,6 +78,7 @@ function clearYears() {
.year {
display: inline-block;
padding: .25rem;
color: var(--text);
font-size: .8rem;
&:hover {
@ -97,7 +98,7 @@ function clearYears() {
display: flex;
align-items: center;
padding: 0 .5rem;
fill: var(--shadow);
fill: var(--glass);
&:hover {
fill: var(--primary);

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.27.0",
"version": "0.27.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.27.0",
"version": "0.27.1",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -78,5 +78,5 @@
"postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2"
},
"version": "0.27.0"
"version": "0.27.1"
}