Skip to content

Commit

Permalink
Remove borders for tiles in accessibility mode
Browse files Browse the repository at this point in the history
Refers to #185
  • Loading branch information
L7R7 committed Dec 27, 2024
1 parent 7bc893c commit 5b3cf42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Ports/Inbound/HTTP/BuildStatuses/Html.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pageHeader = do
link_ [rel_ "icon", type_ "image/png", href_ ("static/" <> prefix <> "-favicon.ico")]
link_ [rel_ "stylesheet", type_ "text/css", href_ "static/normalize-d6d444a732.css"]
link_ [rel_ "stylesheet", type_ "text/css", href_ "static/statuses-26a217ef25.css"]
script_ [type_ "text/javascript", src_ "static/script-32964cd17f.js"] ("" :: String)
script_ [type_ "text/javascript", src_ "static/script-2fad95d80d.js"] ("" :: String)
meta_ [makeAttribute "version" (show gitCommit)]

faviconPrefix :: (IsString p) => O.OverallStatus -> p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ body {
display: grid;
}

.status.no-color {
/* .status.no-color {
border: 1px solid white;
}
} */

.status::before {
content: "";
Expand Down

0 comments on commit 5b3cf42

Please sign in to comment.