1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-06 07:40:50 +08:00

feat(theme): remove wave separator and simplify hr styles

This commit is contained in:
2025-10-16 23:07:53 +08:00
parent 3fafbdc71c
commit db3ac30cb2
2 changed files with 4 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ const siteVersion = theme.value.siteVersion;
<template>
<footer class="main-layout-footer">
<hr spec="wave" />
<hr />
<div id="main-layout-footer-description">
<div id="main-layout-footer-description-topic">
<img src="/assets/images/avatar.webp" alt="logo" />

View File

@@ -132,16 +132,10 @@ abbr {
}
hr {
height: 15px;
width: 100%;
border: 1px solid var(--md-sys-color-outline-variant);
opacity: 0.3;
&[spec="wave"] {
height: 15px;
margin: 0px;
margin: 0px;
border-radius: var(--md-sys-shape-corner-small);
border: none;
@@ -150,7 +144,7 @@ hr {
-webkit-mask: var(--via-svg-wave) repeat;
mask: var(--via-svg-wave) repeat;
}
opacity: 0.3;
}
a,