]> git.lizzy.rs Git - nhentai.git/commitdiff
Fixing typos
authorjwfiredragon <jwfiredragon@gmail.com>
Wed, 24 Jun 2020 06:04:09 +0000 (23:04 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 06:04:09 +0000 (23:04 -0700)
ms-user-select should be -ms-user-select. #0d0d0d9 isn't a valid hex code - I assume it's supposed to be #0d0d0d?

nhentai/viewer/main.css

index b621234d0a8ab76e6dd9ad2ab81b329856ca1f06..01a58ba9ae510a9e176c5c63cf5b3e54bd240990 100644 (file)
@@ -148,7 +148,7 @@ blockquote {
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Old versions of Firefox */
-  ms-user-select: none; /* Internet Explorer/Edge */
+  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none;
 }
 
@@ -157,7 +157,7 @@ blockquote {
   padding: 5px 0px 5px 15px;
   text-decoration: none;
   font-size: 15px;
-  color: #0d0d0d9;
+  color: #0d0d0d;
   display: block;
   text-align: left;
 }
@@ -329,4 +329,4 @@ html.theme-black .gallery:hover .caption {
 html.theme-black .caption {
     background-color: #404040;
     color: #d9d9d9
-}
\ No newline at end of file
+}