Compare commits

..

6 commits

Author SHA1 Message Date
Shy
62699c90eb Limit marker roundness on small screens
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
2024-05-09 03:02:42 +02:00
Shy
6b3783e69f Merge branch 'change-color-of-buttons' of ssh://git.koeln.ccc.de:2222/snoopy/in-c4 into change-color-of-buttons 2024-05-08 07:30:34 +02:00
Shy
7236d859eb Enhance visibility of marker
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m20s
2024-05-07 19:13:45 +02:00
Shy
f8ecf20b75 Yellow outline around search input
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m14s
2024-05-07 18:38:00 +02:00
Shy
065fa5adbf More beautiful #mapnote
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m16s
2024-05-06 18:43:03 +02:00
Shy
1b3de458fa Fixed colors for #mapnote 2024-05-06 17:26:31 +02:00

View file

@ -110,7 +110,7 @@ h1, h1 a {
#mapgrid {
outline: 2px solid #333;
background-color: #dfaa37;
border-radius: 4px;
border-radius: min(4px, 25%);
animation: blinker 1s infinite;
}