1
0
mirror of synced 2025-12-07 22:18:17 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2022-12-24 17:55:03 +08:00
parent de2a02232d
commit a2e1bf1f50
2 changed files with 2 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
"luna-notification": "^0.1.4",
"luna-object-viewer": "^0.2.4",
"luna-tab": "^0.1.2",
"luna-text-viewer": "^0.1.0",
"luna-text-viewer": "^0.1.1",
"node-sass": "^7.0.1",
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",

View File

@@ -336,6 +336,7 @@
.luna-text-viewer {
color: var(--foreground);
border: none;
border-bottom: 1px solid var(--border);
background: var(--background);
font-size: $font-size-s;
.luna-text-viewer-line-code {