Browse Source

Better CP default text color

Vova Tkach 6 years ago
parent
commit
dc92af4fa9
3 changed files with 2 additions and 2 deletions
  1. 1 1
      assets/cp.styles.css
  2. 0 0
      assets/cp.styles.css.go
  3. 1 1
      consts/consts.go

+ 1 - 1
assets/cp.styles.css

@@ -94,7 +94,7 @@ body.cp {
 	font-size: 1rem;
 	font-weight: 400;
 	line-height: 1.5;
-	color: #212529;
+	color: #444;
 	width: 100%;
 	height: 100%;
 	overflow: hidden;

File diff suppressed because it is too large
+ 0 - 0
assets/cp.styles.css.go


+ 1 - 1
consts/consts.go

@@ -5,7 +5,7 @@ import (
 )
 
 const ServerVersion = "1.0.1"
-const AssetsVersion = "15"
+const AssetsVersion = "16"
 const AssetsPath = "assets"
 const DirIndexFile = "index.html"
 

Some files were not shown because too many files changed in this diff