mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Basic design review
This commit is contained in:
parent
c1dc6ed92d
commit
ba72d9262d
|
|
@ -23,7 +23,7 @@ body {
|
|||
|
||||
h1.dot:after, h2.dot:after {
|
||||
content: ".";
|
||||
color: #A1A8D9;
|
||||
color: #9D6FF3;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -129,6 +129,9 @@ header nav a {
|
|||
.button.secondary {
|
||||
background: #333960;
|
||||
}
|
||||
.button.secondary.discord svg {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.button.secondary.icon-btn {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
|
|
@ -174,6 +177,9 @@ section.progress .right {
|
|||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
}
|
||||
section.progress .text {
|
||||
color: #D2C4EC;
|
||||
}
|
||||
section.progress .right:before {
|
||||
content: "";
|
||||
width: 300vw;
|
||||
|
|
@ -256,6 +262,6 @@ section.team {
|
|||
footer {
|
||||
text-align: center;
|
||||
color: var(--text-secondary);
|
||||
padding: 20px 0;
|
||||
margin-top: 100px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user