Commit 3b06dfa6 authored by Choi Ga Young's avatar Choi Ga Young
Browse files

탭 색

parent 289c7c71
.nav-tabs .nav-item.nav-link {
color: silver !important;
}
.nav-tabs .nav-item.nav-link.active {
color:slateblue !important;
}
\ No newline at end of file
......@@ -9,6 +9,7 @@ import Chat from "../Components/Chat";
import RoomMake from "../Components/RoomMake"
import EnterRoom from "../Components/EnterRoom"
import axios from 'axios';
import "./Home.css"
const socket = io();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment