forked from ProjectSegfault/website
Revert "midou stop overriding my changes"
This reverts commit 7fad90de81
.
This commit is contained in:
parent
b22f4faa23
commit
b03e25b001
1808
pnpm-lock.yaml
1808
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -31,13 +31,38 @@
|
||||
}
|
||||
#ProjectSegfaultLogoHeader {
|
||||
/*Here goes anything to do with the header logo*/
|
||||
border-radius: 16px;
|
||||
border-radius: 5px;
|
||||
width: 32px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.button {
|
||||
background-color: #00755e; /* Green */
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 16px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
border-radius: 10px;
|
||||
transition-duration: 0.4s;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button:hover {
|
||||
background-color: #00d4aa;
|
||||
color: black;
|
||||
border-radius: 2px;
|
||||
transform: translateY(-0.25em);
|
||||
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
|
||||
}
|
||||
.button:active {
|
||||
background-color: #4beacb;
|
||||
box-shadow: 0 0.51em 0.51em 0.4em #00b591;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user