mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/85
Author: @gissehel
Created: 4/18/2018
Status: ❌ Closed
Base:
master← Head:73📝 Commits (2)
baf7cb0CSS refactoring in order to provide a dark theme #736f92146Fix some default colors that weren't looking good in a dark theme📊 Changes
8 files changed (+468 additions, -226 deletions)
View changed files
📝
cmd/serve/assets-prod.go(+98 -66)📝
view/css/stylesheet.css(+1 -1)➕
view/less/color-theme.less(+320 -0)📝
view/less/stylesheet.less(+3 -140)➕
view/less/theme-dark.less(+14 -0)➕
view/less/theme-light.less(+15 -0)➕
view/less/themes.less(+15 -0)📝
view/less/variable.less(+2 -19)📄 Description
This PR intend to help solve #73 (Dark theme).
It only contains a css that can handle both "theme-light" and "theme-dark".
It's not fully functionnal (but doesn't break anything) as it require code to "install" the theme. Right now, only theme default theme (light theme) is shown by default, but by adding a class "theme-dark" to the body, the whole page turns into a dark theme.
As I'm not familiar with shiori design, I didn't do the last part.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.