moved project n5 page to project page root
This commit is contained in:
@@ -185,6 +185,26 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: var(--font-mono);
|
||||
font-size: var(--font-size-mono);
|
||||
padding: 8px;
|
||||
background-color: transparent;
|
||||
border: dashed 2px var(--color-highlight);
|
||||
color: var(--color-highlight);
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.05s ease-out;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: var(--color-background-highlight);
|
||||
}
|
||||
|
||||
.button-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* #region Headers */
|
||||
/* All headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
Reference in New Issue
Block a user