diff --git a/pages/Dashboard_Pimpinan.py b/pages/Dashboard_Pimpinan.py index d5733eb..00f8178 100644 --- a/pages/Dashboard_Pimpinan.py +++ b/pages/Dashboard_Pimpinan.py @@ -150,25 +150,6 @@ def menu(): div[data-testid="column"]:nth-child(3) button:hover { background-color: #2C3E50 !important; /* Warna biru lebih gelap saat hover */ } - - .stButton > button { - background-color: #264CBE; - color: white; - font-family: 'Inter', sans-serif; - font-size: 16px; - font-weight: 600; - border: none; - border-radius: 5px; - padding: 10px; - cursor: pointer; - margin-top: 20px; - width: 100%; - } - - .stButton > button:hover { - background-color: #ffffff; - color: #264CBE; - } """, unsafe_allow_html=True