diff --git a/assets/style.css b/assets/style.css index 87a8382..a621cee 100644 --- a/assets/style.css +++ b/assets/style.css @@ -143,4 +143,17 @@ header hr { border-color: var(--primary); opacity: 0.5; width: 30%; +} + +.navsite_list{ + display: flex; + flex-direction: row; +} +.navpage_list{ + display: none; + flex-direction: column; +} + +.navsite_list:hover .navsite_list{ + display: flex !important; } \ No newline at end of file diff --git a/style.css b/style.css deleted file mode 100644 index 42e3c12..0000000 --- a/style.css +++ /dev/null @@ -1,19 +0,0 @@ -body { - background-color: #262930; - align-items: center; - justify-content: center; - background-repeat: repeat; - background-size: 3.5%; -} -.navsite_list{ - display: flex; - flex-direction: row; -} -.navpage_list{ - display: none; - flex-direction: column; -} - -.navsite_list:hover .navsite_list{ - display: flex !important; -} \ No newline at end of file