🚧 Code tweak
This commit is contained in:
parent
b599e2f7d4
commit
9f62955acb
3 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,5 @@
|
|||
[app]
|
||||
name = "Samples"
|
||||
|
||||
[log]
|
||||
tracing = "Debug"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ pub(crate) fn add_base_assets(cx: &mut Context) {
|
|||
))
|
||||
.set_assets(AssetsOp::AddStyleSheet(
|
||||
StyleSheet::from("/base/css/looks.css")
|
||||
.with_version("0.0.1")
|
||||
.with_version("0.0.2")
|
||||
.with_weight(weight),
|
||||
))
|
||||
.set_assets(AssetsOp::AddStyleSheet(
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
.skip__to_content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: -1px;
|
||||
}
|
||||
.skip__to_content a {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue