diff --git a/web/src/App.vue b/web/src/App.vue index 3870c35..4a37923 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -107,4 +107,16 @@ body { height: 100%; } +.textShadow { + position: absolute; + top: 0; + text-shadow: 0 2px 0 var(--el-color-primary); + color: transparent; + z-index: -1; +} + +.relative { + position: relative; +} + diff --git a/web/src/components/sliderNav.vue b/web/src/components/sliderNav.vue index 476b93c..7231100 100644 --- a/web/src/components/sliderNav.vue +++ b/web/src/components/sliderNav.vue @@ -1,6 +1,6 @@