Update styles and fix hover border behavior

Added a border-radius reset for `.md-top` and adjusted button hover styles to ensure consistent border color behavior. Minor font adjustments in the related HTML file were also included.
This commit is contained in:
tfw
2025-04-24 16:16:09 +02:00
parent bafb40a966
commit 33a01ad838
22 changed files with 176 additions and 48 deletions
+5 -2
View File
@@ -204,6 +204,9 @@ a.headerlink{
color: #fff;
}
.md-top{
border-radius: 0;
}
// Buttons im CI-Design
.md-button {
@@ -218,7 +221,7 @@ a.headerlink{
@include transition;
&:hover{
border-color: var(--md-primary-fg-color) !important;
border-color: #8a44bd !important;
transform: translateY(8px);
@include transition;
}
@@ -282,7 +285,7 @@ a.headerlink{
&:hover {
background-color: var(--md-primary-fg-color--light);
border-color: var(--md-primary-fg-color--light);
border-color: var(--md-primary-fg-color--light) !important;
}
}
}