Kobus 5 anni fa
parent
commit
298adf66c5
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      src/components/shared/navBar.vue

+ 3
- 1
src/components/shared/navBar.vue Vedi File

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…
Annulla
Salva