Update Website
This commit is contained in:
+10
-7
@@ -17,9 +17,11 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--font-display: var(--font-barlow-condensed), sans-serif;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
@@ -99,10 +101,9 @@
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border;
|
||||
border-color: hsl(var(--border));
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
background-color: var(--sw-bg);
|
||||
color: var(--sw-text);
|
||||
}
|
||||
@@ -124,7 +125,9 @@
|
||||
}
|
||||
|
||||
pre.astro-code {
|
||||
@apply w-fit p-4 my-4;
|
||||
width: fit-content;
|
||||
padding: 1rem;
|
||||
margin: 1rem 0;
|
||||
border: 1px solid var(--sw-border);
|
||||
background: var(--sw-bg) !important;
|
||||
}
|
||||
@@ -140,4 +143,4 @@
|
||||
border-bottom-color: var(--sw-amber);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user