mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 01:51:10 +00:00
Fix display of anchor icons
This commit is contained in:
parent
5a57c6520b
commit
80a4ad95aa
3 changed files with 8 additions and 8 deletions
|
@ -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]
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind typography;
|
Loading…
Reference in a new issue