~bt/barf

8bdd163d69369316be145ac9a2e1d45b633d5d43 — Bradley Taunt 18 days ago 8591d2d master
Add dark mode link support for Safari because I am such a kind person...
M build/about/index.html => build/about/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M build/atom.xml => build/atom.xml +1 -1
@@ 2,7 2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>barf</title>
	<link href="https://barf.bt.ht/atom.xml" rel="self" />
	<updated>2023-03-07T11:14:15Z</updated>
	<updated>2023-03-09T10:53:26Z</updated>
	<author>
		<name>Bradley Taunt</name>
	</author>

M build/dark-mode/index.html => build/dark-mode/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M build/index.html => build/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M build/macos/index.html => build/macos/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M build/markdown-examples/index.html => build/markdown-examples/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M build/websites/index.html => build/websites/index.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>


M header.html => header.html +7 -0
@@ 101,6 101,13 @@
			margin: 2rem 0;
			padding: 1rem 15px;
		}
		@supports (color-scheme: dark light) {
			@media screen and (prefers-color-scheme: dark) {
				a:link {color: #9e9eff;}
				a:visited {color: #d0adf0;}
				a:active {color: red;}
			}
		}
	</style>
</head>