mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Adjustments for the Main Title
Co-Authored-By: Keb Helion <60008426+KebHelion@users.noreply.github.com>
This commit is contained in:
parent
4d0aab6a8f
commit
776955c159
1 changed files with 8 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue