Skip to content

Commit 8efe089

Browse files
committed
New CSS class: color-bg (#81)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent adf380b commit 8efe089

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
C:\Users\Notebook Positivo\fmwk
22
link on bootstrap material
33

4+
doc new css classes
5+
46
detect if: zeronet, zeronet-proxy, clearnet
57

68
comments zn

css/dark-common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.color-bg {background:#00A18570!important}
12
body {
23
background: #232A31!important;
34
color: #a7a7a7!important;

css/page-common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
nopehtml{display:none}
66

7+
.color-bg {background:#00A185}
8+
79
body{background:rgb(239, 239, 239);font-family: Roboto;-webkit-font-smoothing:antialiased;line-height:inherit!important;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}
810

911
.header,header{background:#00A185;position:fixed;top:0;left:0;width:100%;height:60px;border-bottom: 1px solid rgba(0, 0, 0, 0.5);box-shadow: 0 0 15px 1px black;color:#fff;padding-left:20px;z-index:5000}

0 commit comments

Comments
 (0)