diff options
author | Dawid Potocki <dawid@dawidpotocki.com> | 2024-10-13 15:37:00 +1300 |
---|---|---|
committer | Dawid Potocki <dawid@dawidpotocki.com> | 2024-10-13 15:37:00 +1300 |
commit | 114bb1ff9c0beb4a6d9f73d3c4accdd33efb4923 (patch) | |
tree | 4700f9ae155278cead610ce0495a6f2b650202d6 | |
parent | ac650741dc76c93c5b880474c9c5d2550a16b483 (diff) |
-rw-r--r-- | .var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userChrome.css | 2 | ||||
-rw-r--r-- | .var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userContent.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userChrome.css b/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userChrome.css index 86692a2..eb8045e 100644 --- a/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userChrome.css +++ b/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userChrome.css @@ -5,7 +5,7 @@ :root { --bg0: #15191e; --bg1: #1c1c24; - --bg2: #24242e; + --bg2: #262630; --bg3: #383847; --bg4: #3f3f4d; diff --git a/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userContent.css b/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userContent.css index 2a1de2f..e8f0c4c 100644 --- a/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userContent.css +++ b/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.default/chrome/userContent.css @@ -32,7 +32,7 @@ url("about:webrtc") { :root { --bg0: #15191e; --bg1: #1c1c24; - --bg2: #24242e; + --bg2: #262630; --bg3: #383847; --bg4: #3f3f4d; |