[tor-commits] [lego/master] Add bg-black class

hiro at torproject.org hiro at torproject.org
Mon Oct 19 18:02:16 UTC 2020


commit 62d42569895e88a076973ed3dbfc9d9428b97418
Author: hiro <hiro at torproject.org>
Date:   Mon Oct 19 20:02:11 2020 +0200

    Add bg-black class
---
 assets/scss/_tor.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss
index 15fba5f..9be1019 100644
--- a/assets/scss/_tor.scss
+++ b/assets/scss/_tor.scss
@@ -130,6 +130,10 @@
   background-color: $purple-darker;
 }
 
+.bg-black {
+  background-color: black;
+}
+
 /*
  * Typography
  */



More information about the tor-commits mailing list