Opacity change and gitignore update
This commit is contained in:
parent
27475269e6
commit
31d0b991e2
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
exampleSite/public/
|
|
||||||
resources/
|
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
*~
|
||||||
|
exampleSite/public/
|
||||||
|
resources/
|
||||||
|
Binary file not shown.
@ -22,6 +22,7 @@ html {
|
|||||||
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
|
opacity: .85;
|
||||||
background-color: #39424E;
|
background-color: #39424E;
|
||||||
}
|
}
|
||||||
template {
|
template {
|
||||||
|
Loading…
Reference in New Issue
Block a user