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

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.27.1",
"version": "0.27.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.27.1",
"version": "0.27.0",
"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.1"
"version": "0.27.0"
}