mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added new tab pages and related modules
This commit is contained in:
@@ -4,6 +4,18 @@ pre {
|
||||
border: var(--secondary-text-color) 1px dashed;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
tr, th, td {
|
||||
height: 30px;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
border: 1px var(--secondary-text-color) solid;
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
.post-menu {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user