Skip to content

Commit

Permalink
refactor: use input type specifier & relocate CSS section scidsg#573
Browse files Browse the repository at this point in the history
For Roadmap Item scidsg#533
  • Loading branch information
rmlibre committed Sep 13, 2024
1 parent f421b9b commit e397e8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hushline/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
--line-height-base: 1.40625;
}

#brand-primary-color {
padding: 0.25rem;
width: 4rem;
height: 2rem;
}

@font-face {
font-family: "Atkinson Hyperlegible";
src:
Expand Down Expand Up @@ -1114,6 +1108,12 @@ input[type="file"]::file-selector-button {
border: 0;
}

input[type="color"] {
padding: 0.25rem;
width: 4rem;
height: 2rem;
}

header .btn {
font-size: var(--font-size-small);
margin-left: 1rem;
Expand Down

0 comments on commit e397e8f

Please sign in to comment.