mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-15 02:12:20 -06:00
remove console log
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1.1rem;
|
||||
font-family: 'Inconsolata', monospace;
|
||||
margin-top: 70px;
|
||||
color: $night;
|
||||
// background-color: $yellow;
|
||||
|
||||
&__light {
|
||||
width: 30px;
|
||||
@@ -20,7 +17,7 @@
|
||||
height: 25px;
|
||||
animation: pulsate 2s ease-out;
|
||||
animation-iteration-count: infinite;
|
||||
opacity: .0;
|
||||
opacity: 0;
|
||||
border: 3px solid $green;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user