improve default styles

This commit is contained in:
isUnknown 2025-12-10 11:35:37 +01:00
parent 790eb7414e
commit ceaf318272
5 changed files with 19 additions and 3 deletions

View file

@ -25,6 +25,10 @@ button {
border: none;
}
img {
width: 100%;
}
:root {
--color-panel-bg: #e8e6e5;
--color-browngray-050: #f5f3f0;