coerxso's picture
Upload 73 files
3e8a166 verified
raw
history blame
875 Bytes
/* management/static/css/styles.css */
@font-face {
font-family: 'Vazirmatn';
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/fonts/web/eot/Vazirmatn-Regular.eot') format('eot'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/fonts/web/woff2/Vazirmatn-Regular.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/fonts/web/woff/Vazirmatn-Regular.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/fonts/web/ttf/Vazirmatn-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
font-family: 'Vazirmatn', sans-serif;
}
/* Custom styles for the configs list */
#configs-list li:hover {
background-color: #f1f5f9;
transition: background-color 0.2s ease-in-out;
}