Update some style
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
:root {
|
||||
--primary-color: #5f9a13;
|
||||
--background-color : #1E331A;
|
||||
--accent-color: #5f9a13;
|
||||
--action-color : #e01a4f;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -47,6 +49,8 @@ main {
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -61,6 +65,11 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: var(--action-color);
|
||||
}
|
||||
|
||||
.logo
|
||||
{
|
||||
width: 25px;
|
||||
@@ -68,5 +77,5 @@ a {
|
||||
}
|
||||
|
||||
.accentuated {
|
||||
color: var(--primary-color);
|
||||
color: var(--accent-color);
|
||||
}
|
||||
Reference in New Issue
Block a user