Compare commits

..

No commits in common. "fb574e62d42dfc9e504e0755b9646df0977f4a53" and "6e56f8c9fea8da4da5d9534ba2098f39bbf11aa9" have entirely different histories.

3 changed files with 5 additions and 6 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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