brutalism design
This commit is contained in:
@@ -21,10 +21,14 @@ const { checking, lastUpdate } = useUpdater()
|
||||
height: 100%;
|
||||
|
||||
> p {
|
||||
@include font-body-bold;
|
||||
|
||||
margin: auto;
|
||||
padding: 8px 16px;
|
||||
border-radius: 16px;
|
||||
background-color: var(--bg-light);
|
||||
padding: var(--space-2) var(--space-3);
|
||||
background-color: var(--paper);
|
||||
outline: var(--border-w) solid var(--ink);
|
||||
outline-offset: calc(var(--border-w) * -1);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user