diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css index 84c7066e..56cac6bd 100644 --- a/static/style/inverted-style.css +++ b/static/style/inverted-style.css @@ -409,7 +409,7 @@ .preview hr { border-color: #00000040; } - .preview .open-new-link svg{ + .preview .open-new-link svg { fill: #00000080; } .preview p { diff --git a/static/style/style.css b/static/style/style.css index b70c15aa..e1fd7222 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -409,7 +409,7 @@ .preview hr { border-color: #ffffff40; } - .preview .open-new-link svg{ + .preview .open-new-link svg { fill: #ffffffbf; vertical-align: middle; /* margin-bottom: 6px; */ @@ -458,7 +458,7 @@ overflow: scroll; max-height: calc(100vh - 170px); pointer-events: all; - margin-top: 16px; + margin-top: 8px; border-top: 1px solid #202020; padding-top: 8px; } @@ -507,7 +507,7 @@ text-decoration: none; opacity: 0.75; } - .preview-header > a:hover{ + .preview-header > a:hover { opacity: 1; } .preview-header > a > h1 { @@ -522,7 +522,7 @@ width: calc(100% - 32px); overflow: hidden; margin-bottom: 0; - margin-top: 8px; + margin-top: 0; /* border-top: 1px solid #202020; */ } .preview-content {