mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Improve border radius
This commit is contained in:
parent
13472447f0
commit
e5361b6ada
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
|||
.day {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
border-radius: 2px; /* Slight rounding like GitHub's squares */
|
||||
border-radius: 3px; /* Slight rounding like GitHub's squares */
|
||||
border: 1px solid var(--muted-color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue