Adjustments for the Main Title

Co-Authored-By: Keb Helion <60008426+KebHelion@users.noreply.github.com>
This commit is contained in:
Kasen IO 2020-03-15 22:30:03 -04:00
parent 4d0aab6a8f
commit 776955c159

View file

@ -20,7 +20,7 @@ body {
text-transform: none;
}
h1 {
font.mainTitle {
font-family: 'Quicksand', sans-serif;
font-size: 28px;
color: #ffffff;
@ -32,12 +32,10 @@ h1 {
text-shadow: 3px 3px 3px rgba(63,64,76,1);
}
h1.mainTitle {
}
p.mainDesc {
font-size: 16px;
font-family: 'Merriweather', sans-serif;
font-size: 14px;
font-weight: 500;
}
p a {
@ -136,8 +134,8 @@ button.install {
}
button.install:hover {
background-color: #10afe3;
border: 2px solid #10afe3;
background-color: #10afe3;
border: 2px solid #10afe3;
}
button.uninstall {
@ -153,8 +151,8 @@ button.uninstall {
}
button.uninstall:hover {
background-color: #e34c22;
border: 2px solid #e34c22;
background-color: #e34c22;
border: 2px solid #e34c22;
}
button.processing {