Skip to content

Commit

Permalink
Merge pull request #24 from Netcompany-AoC-DK/select-styling
Browse files Browse the repository at this point in the history
Stylet select så den ikke ser så grim ud
  • Loading branch information
chce authored Dec 17, 2024
2 parents a92d6da + b801a4c commit a0ec089
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ body {
font-family: "Source Code Pro", monospace;
font-weight: 300;
font-size: 14pt;
min-width: 60em;
padding: 10px 16px;
}
img { border:0; }
Expand All @@ -33,6 +32,22 @@ a {
a.leaderboard-daylinks-selected:hover {
color: #99ff99;
}
}
select {
box-sizing: border-box;
padding: 5px 5px;
margin: 16px 0px;
background-color: #002624;
color: #DDD;
border: 1px solid #090;
box-shadow: 0px 0px 6px #090;
cursor: pointer;
border-radius: 4px;
font-weight: bold;

option {
font-weight: bold;
}
}
a:not(.leaderboard-daylinks-selected):hover, a:focus {
color: #99ff99;
Expand Down

0 comments on commit a0ec089

Please sign in to comment.