commit 121a43c0fb7949111b7aa95b9fe93e2edcc71f81 parent dfe3d679d8e82035374494a0cf470c7a38f49d7f Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Mon, 12 Aug 2024 18:34:35 +0200 fix: remove unnecessary files Diffstat:
D | user.css | | | 93 | ------------------------------------------------------------------------------- |
1 file changed, 0 insertions(+), 93 deletions(-)
diff --git a/user.css b/user.css @@ -1,93 +0,0 @@ -/* -Show toolbar in listview -*/ -/*.entry:not(.expanded) .entry-toolbar { - display: block; - padding: 0px; - background: inherit; - border: 0; - margin-top: -2px; -}*/ - -/* makes the toolbar come up on mouse hover -- big screens only */ -@media screen and (min-width: 641px) { - .entry:not(.expanded) .entry-toolbar { - display: block; - padding: 0px; - background: inherit; - border: 0; - margin-top: -2px; - opacity: 0.0; - } - .entry:not(.expanded):hover .entry-toolbar { - opacity: 1.0; - } -} - -@media (prefers-color-scheme: dark) { -button { - color: white; -} - -#nav-open { - padding: 10px; - border: none; - border-radius: 2px; - background-color: #272325; - cursor: pointer; - margin-left: 15px; - margin-right: 15px; - margin-top: 5px; - font-size: 0.9em; - text-align: center; -} - -body { - color: white; - background-color: #2e3436; - background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUUFBQMDAzbIvKLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkPDBUFCnr7XwAAACZJREFUCNdj+PmB4dsHhvcFDPc3MOy/wFD/AISADCAXKAiU+vkBAFyKE1feGt/VAAAAAElFTkSuQmCC'); -} -.entry.unread .entry-title { - color: #eeeeec; -} -.entry-title { - color: #999999; -} -.source-edit-form { - color: #cececc; -} -.source-title { - color: #eeeeec; -} -.source-add { - color: inherit; -} -.entry, .source { - background: #2e343666; - border: 1px solid #fff0; -} - -.entry.selected { - background: #0D1211; - border-color: #444F4E; -} -.entry-toolbar { - border-top-color: #444F4E; - background-color: #0D1211; -} - -.entry-smartphone-share button, .entry-toolbar button, .entry-toolbar a { - color: white; -} - -.refresh-source { - color: white; -} - -#fullscreen-entry { - background: transparent; -} -.source-showparams.saved - color: white !important; -} -}