0life-web/css/terminal.css
2024-02-21 11:11:28 +01:00

14 lines
248 B
CSS

.nav > #terminal {
background-color: rgb(var(--primary-rgb));
border-color: rgb(var(--secondary-rgb));
flex-grow: 4;
width: 90%;
border-right-width: 0px;
font-size: 140%;
}
.nav > #terminal:hover {
flex-grow: 5;
width: 100%;
}