From 250dcb2d2af75688b77fb3af9dbb7f906e9f497d Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 23 Aug 2021 11:33:37 -0700 Subject: [PATCH] Make { and } in the home page headings less conspicuous in the dark mode/consistent with light mode Tabs to spaces Suggested in https://github.com/github/choosealicense.com/pull/833#issuecomment-898684123 --- assets/css/application.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index 61984a5..3e56c4a 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -33,20 +33,20 @@ body { } .license-body pre { - background-color: #131313 !important; - border: 1px solid #3e3e3e !important; + background-color: #131313 !important; + border: 1px solid #3e3e3e !important; } .note { - color: #9fa5a6 !important; + color: #9fa5a6 !important; } strong { - color: #bdbdbd !important; + color: #bdbdbd !important; } button, input, optgroup, select, textarea { - color: black !important; + color: black !important; } } @@ -133,7 +133,7 @@ strong { } .home h2 span { - color: #f1f1f1; + color: rgba(127,127,127,10%); font-size: 70px; padding: 0 5px; position: relative;