Skip to content
Snippets Groups Projects
Commit 207dfbf0 authored by Jakob Yanagibashi's avatar Jakob Yanagibashi
Browse files

Slight button color change

parent 7708eebd
No related branches found
No related tags found
No related merge requests found
Pipeline #407105 passed with warnings
......@@ -60,11 +60,11 @@ menu button.buttonLeftFlat {
border-bottom-left-radius: 0;
}
menu button:hover {
background-color: var(--300-color);
border-color: var(--400-color);
background-color: var(--main-highlight-color);
border-color: var(--sub-highlight-color);
}
menu button:active {
background-color: var(--400-color);
background-color: var(--sub-highlight-color);
}
menu button:disabled {
color: var(--100-color);
......
This diff is collapsed.
......@@ -23,12 +23,12 @@
"homepage": "https://tailorbird3d.rwth-aachen.de",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"normalize.css": "^8.0.1",
"zdog": "^1.1.3"
},
"devDependencies": {
"vite": "^4.0.0",
"vite-plugin-webfont-dl": "^3.7.4"
"vite": "^5.2.11",
"vite-plugin-webfont-dl": "^3.9.4"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment