Skip to content

FinePointCGI Touch-up by imdom

Details

Authorimdom

LicensePublic Domain

Categoryfinepointcgi.io

Created

Updated

Size595 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes code blocks and smooths the aesthetic just a bit

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           finepointcgi.io - 2/2/2023, 12:54:13 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("finepointcgi.io") {
    /* Insert code here... */
	code
	{
		background:#101014 !important;
		border-radius:  0.5em !important;
		padding: 1em !important;
	}
	
	.wp-block-code, .wp-block-group
	{
		background:#3d3d47 !important;
		border-radius:  0.75em;
		padding: 0.3em;
	}
	.wp-block-group
	{
		margin-bottom: 1em;
	}
	#main
	{
		padding: 1em !important;
	}
}

Reviews

No reviews yet.