1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 17:31:50 +00:00
This commit is contained in:
Aarex Tiaokhiao 2020-09-08 12:51:24 -04:00
parent e34dc0fdcd
commit 757fefb11d

View file

@ -146,7 +146,7 @@ h1, h2 {
.p { .p {
background-color: #439ea3; background-color: #439ea3;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.p_txt { .p_txt {
@ -156,7 +156,7 @@ h1, h2 {
.b { .b {
background-color: #415a9e; background-color: #415a9e;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.b_txt { .b_txt {
@ -166,7 +166,7 @@ h1, h2 {
.g { .g {
background-color: #409c6e; background-color: #409c6e;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.g_txt { .g_txt {
@ -176,7 +176,7 @@ h1, h2 {
.e { .e {
background-color: #9643a3; background-color: #9643a3;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.e_txt { .e_txt {
@ -186,7 +186,7 @@ h1, h2 {
.t { .t {
background-color: #3f993d; background-color: #3f993d;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.t_txt { .t_txt {
@ -196,7 +196,7 @@ h1, h2 {
.s { .s {
background-color: white; background-color: white;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.s_txt { .s_txt {
@ -206,7 +206,7 @@ h1, h2 {
.sb { .sb {
background-color: #494b99; background-color: #494b99;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.sb_txt { .sb_txt {
@ -216,7 +216,7 @@ h1, h2 {
.h { .h {
background-color: #a14040; background-color: #a14040;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.h_txt { .h_txt {
@ -226,7 +226,7 @@ h1, h2 {
.q { .q {
background-color: #ff2bf2; background-color: #ff2bf2;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.q_txt { .q_txt {
@ -236,7 +236,7 @@ h1, h2 {
.hb { .hb {
background-color: #513d94; background-color: #513d94;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.hb_txt { .hb_txt {
@ -245,18 +245,18 @@ h1, h2 {
} }
.ss { .ss {
background-color: white; background-color: #eff7ff;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.ss_txt { .ss_txt {
color: white; color: #eff7ff;
text-shadow: 0px 0px 10px white; text-shadow: 0px 0px 10px #eff7ff;
} }
.m { .m {
background-color: #eb34c0; background-color: #eb34c0;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.m_txt { .m_txt {
@ -266,7 +266,7 @@ h1, h2 {
.ba { .ba {
background-color: #ebc88f; background-color: #ebc88f;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.ba_txt { .ba_txt {
@ -276,7 +276,7 @@ h1, h2 {
.sg { .sg {
background-color: #3d997a; background-color: #3d997a;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.sg_txt { .sg_txt {
@ -286,27 +286,27 @@ h1, h2 {
.sp { .sp {
background-color: #007fff; background-color: #007fff;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.l { .l {
background-color: #7fbf7f; background-color: #7fbf7f;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.ps { .ps {
background-color: #b38fbf; background-color: #b38fbf;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.hs { .hs {
background-color: #dfdfff; background-color: #dfdfff;
color: black; color: rgba(0, 0, 0, 0.75);
} }
.i { .i {
background-color: #e5dab7; background-color: #e5dab7;
color: black; color: rgba(0, 0, 0, 0.75);
} }
#optionWheel { #optionWheel {