fixes
This commit is contained in:
@@ -1,6 +1,27 @@
|
||||
body {
|
||||
font-family: 'noto_sanscondensed', sans-serif;
|
||||
/* line-height: 1em!important; */
|
||||
/*
|
||||
background-image: linear-gradient(to right top, #1d382e, #234236, #2a4d3d, #315745, #39624c, #3a634d, #3a654d, #3b664e, #355e48, #2f5543, #2a4d3d, #254537);
|
||||
*/
|
||||
|
||||
background: rgb(52,91,71);
|
||||
background: linear-gradient(180deg, rgba(52,91,71,1) 0%, rgba(45,81,63,1) 10%, rgba(24,48,39,1) 90%, rgba(28,54,45,1) 100%);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
|
||||
}
|
||||
|
||||
.gradient-green1 {
|
||||
background: linear-gradient(to right top, #395339, #3c573a, #3f5b3c, #425f3d, #45633e);
|
||||
}
|
||||
|
||||
.gradient-green2 {
|
||||
background: linear-gradient(to right top, #2c5f45, #25503c, #1e4233, #19342a, #142620);
|
||||
}
|
||||
|
||||
.gradient-yellow1 {
|
||||
background-image: linear-gradient(to left top, #efeac9, #e3dcb8, #d7cea6, #cbc196, #bfb385);
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
@@ -15,6 +36,19 @@ body {
|
||||
background-color: #335012;
|
||||
}
|
||||
|
||||
.bg-green-ultra-dark {
|
||||
background: linear-gradient(to left top, #102723, #112723, #122724, #122724, #132724);
|
||||
color: #a5b94f;
|
||||
}
|
||||
|
||||
.bg-green-ultra-dark a {
|
||||
color: #a5b94f;
|
||||
}
|
||||
|
||||
.green-fluo {
|
||||
color: #a5b94f!important;
|
||||
}
|
||||
|
||||
.bg-green-light {
|
||||
background-color: #F1F7EE;
|
||||
}
|
||||
@@ -52,7 +86,12 @@ a.green-dark:hover {
|
||||
}
|
||||
|
||||
.bg-yellow {
|
||||
background-color: #F2B90F;
|
||||
background-color: #f4c234;
|
||||
color: #19342a;
|
||||
}
|
||||
|
||||
.bg-yellow-light {
|
||||
background-color: #f9e7b4;
|
||||
}
|
||||
|
||||
.bg-grey {
|
||||
@@ -60,9 +99,14 @@ a.green-dark:hover {
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: #e5c551;
|
||||
}
|
||||
|
||||
.yellow2 {
|
||||
color: #F2B90F;
|
||||
}
|
||||
|
||||
|
||||
.light {
|
||||
color: #F5F5F5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user