Initial Commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@import "./base.css";
|
||||
|
||||
/* Main app container override for professional layout */
|
||||
#app {
|
||||
background: var(--color-background);
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* Professional link styling */
|
||||
a {
|
||||
color: var(--color-accent);
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--color-accent-hover);
|
||||
}
|
||||
Reference in New Issue
Block a user