소스 검색

NavBar

master
Kobus 5 년 전
부모
커밋
298adf66c5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/components/shared/navBar.vue

+ 3
- 1
src/components/shared/navBar.vue 파일 보기

265
 <style scoped>
265
 <style scoped>
266
 a {
266
 a {
267
   border: transparent thin solid;
267
   border: transparent thin solid;
268
+  padding: 5px 12px;
269
+  font-size: 110%;
268
 }
270
 }
269
 a:hover {
271
 a:hover {
270
-  background-color: #a9e0ff;
272
+  background-color: rgba(169, 224, 255, 0.75);
271
   border-radius: 5px;
273
   border-radius: 5px;
272
   border: silver thin solid;
274
   border: silver thin solid;
273
 }
275
 }

Loading…
취소
저장