Skip to content

Commit a7a3170

Browse files
committed
UPD
1 parent 038f444 commit a7a3170

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
right: 5px;
2121
}
2222

23-
.w-5 { width: 20px; }
24-
.h-5 { height: 20px; }
25-
2623
.hidden { display: none; }
2724
</style>
2825
</head>
@@ -31,10 +28,10 @@
3128

3229
<aside class="aside">
3330
<span id="theme-toggle" type="button">
34-
<svg id="light-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
31+
<svg id="light-icon" width="20" height="20" class="hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
3532
<path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path>
3633
</svg>
37-
<svg id="dark-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
34+
<svg id="dark-icon" width="20" height="20" class="hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
3835
<path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path>
3936
</svg>
4037
<span/>

src/components/Nav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="container">
33
<nav class="navbar navbar-expand-lg mb-4 border-bottom">
4-
<router-link :to="routes[0].path" class="navbar-brand d-flex align-items-center text-dark text-decoration-none">
4+
<router-link :to="routes[0].path" class="navbar-brand d-flex align-items-center text-decoration-none">
55
<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 261.76 226.69">
66
<path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883" />
77
<path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e" />

0 commit comments

Comments
 (0)