1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 07:11:08 +00:00

Fix display of anchor icons

This commit is contained in:
Felix Ableitner 2024-10-30 16:28:41 +01:00
parent 5a57c6520b
commit 80a4ad95aa
3 changed files with 8 additions and 8 deletions

View file

@ -120,7 +120,7 @@ assets-dir = "assets"
bin-features = ["ssr"]
lib-features = ["hydrate"]
lib-profile-release = "wasm-release"
tailwind-input-file = "assets/tailwind.css"
tailwind-input-file = "assets/ibis.css"
tailwind-config-file = "tailwind.config.js"
[lib]

View file

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
height: 100%;
width: 100%;
@ -48,9 +52,9 @@ pre {
margin: 5px;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
.anchor svg {
display: inline !important;
}
@layer base {
h1 {

View file

@ -1,4 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind typography;