summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 15:11:14 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 15:11:24 +0200
commit16a56a2a32b0b78b64a5a6da0455020ba2c83376 (patch)
tree349adf1e8663aecfb526caf82f5baaf465f3d1d7 /app-text/cutemarked/files
parentapp-emulation/lxd: Bump to 3.5 (diff)
downloadgentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.tar.gz
gentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.tar.bz2
gentoo-16a56a2a32b0b78b64a5a6da0455020ba2c83376.zip
app-text/cutemarked: modernize
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-text/cutemarked/files')
-rw-r--r--app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch b/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch
new file mode 100644
index 000000000000..8cf1fe5f1c30
--- /dev/null
+++ b/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch
@@ -0,0 +1,12 @@
+diff --git a/app/styles/markdown.css b/app/styles/markdown.css
+index 7c87385..607f025 100644
+--- a/app/styles/markdown.css
++++ b/app/styles/markdown.css
+@@ -25,6 +25,7 @@ body{
+ line-height: 1;
+ max-width: 960px;
+ padding: 30px;
++ background-color: #ffffff;
+ }
+ h1, h2, h3, h4 {
+ color: #111111;