styles combine

This commit is contained in:
JiriUhlir
2026-05-28 10:02:25 +02:00
parent 198f68381e
commit 614ccb5e71
4 changed files with 122 additions and 19 deletions
+13 -1
View File
@@ -149,6 +149,18 @@ button:hover,
text-decoration: none;
}
.btn + .btn {
margin-left: 8px;
}
.btn-secondary {
background: var(--secondary);
}
.btn-secondary:hover {
background: var(--secondary-dark);
}
.danger {
background: var(--danger);
}
@@ -247,4 +259,4 @@ pre {
gap: 8px;
align-items: center;
flex-wrap: wrap;
}
}