···7979 @apply transition-colors duration-100;
8080}
81818282-a:not(td > a) {
8282+a:not(td > a):not(.clickable) {
8383 /* all links except those in a table since they get colored from td */
8484 &:hover {
8585 /* like https://phk.freebsd.dk/ */
+12-1
views/about.html.ps1
···2121 -Title "About" `
2222 -Body {
2323 div -Class 'n-box flex flex-row' {
2424- 'Read this source code in the footer link!'
2424+ div -Class "flex" {
2525+ a -Href '/' -Class 'clickable' -HxBoost true { '/' }
2626+ }
2727+2828+ hr
2929+3030+ @"
3131+The source code for Utatane (this site) is available on the
3232+[helpimnotdrowning Git forge](https://git.helpimnotdrowning.net/helpimnotdrowning/Utatane)
3333+and [GitHub](https://github.com/helpimnotdrowning/Utatane). It is served and
3434+redistributed under the AGPLv3 license.
3535+"@ | ConvertFrom-Markdown | % Html
2536 }
2637 }