diff --git a/topics/topics.css b/topics/topics.css index 26ed7ab9..78ec2143 100644 --- a/topics/topics.css +++ b/topics/topics.css @@ -40,6 +40,11 @@ color: #B0BEC5; height:100%; } +.light-mode-basic{ + background: #ffffff; + color: #000000; +} + .dark-mode-midnight{ background: #1A1A2E; color: #F1F1F1; @@ -168,6 +173,14 @@ color: #E4E4E4; scrollbar-width: none; } +.verse-content::-webkit-scrollbar { + display: none; +} + +.verse-content { + scrollbar-width: none; +} + diff --git a/topics/topics.js b/topics/topics.js index 2944278b..7096ef97 100644 --- a/topics/topics.js +++ b/topics/topics.js @@ -10,6 +10,7 @@ let themes = [ "dark-mode-deep-space", "dark-mode-slate", "dark-mode-elegant", +"light-mode-basic", ] // Localstorage stuff