Skip to content

Fuzzball MUCKman by bile

Details

Authorbile

LicenseNo License

Categoryhttps://fuzzball-muck.github.io/muckman/

Created

Updated

Size595 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

I find the fb-muck manual hard to read so I restyled it based on my iTerm theme.

Notes

Userstyle doesn't have notes.

Source code

@name Fuzzball MUCKman
@namespace fuzzball-muck.github.io
@version 0.1
@description Restyle fuzzballs manual
@author bile

@-moz-document url-prefix("https://fuzzball-muck.github.io/"), url-prefix("https://www.fuzzball.org/"), url-prefix("fuzzball-muck.github.io"), url-prefix("http://fuzzball-muck.github.io/") {
body{
	background-color: #31315e;
    color: #e2e2d6;
    font-family: 'MesloNF', sans-serif;
    padding: 20px;
}
h1{
    color: #f07f90;
}
p{
    line-height: 1.5rem;
}
a{
    text-decoration: none;
    color: #6af1b9;
}
a:hover{
    color: #f07f90;
}
}

Reviews

No reviews yet.