JoshKoiro / web-theming-tools

Tools and code snippets for customizing web page style-sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-theming-tools

Tools and code snippets for customizing web page style-sheets The following categories exist in this Repo:

  • fonts

More categories will be coming soon

Usage

This code is designed to be used in creating custom themes for websites using browser extensions like Stylus

Installation

To utilize any of these files for custom website theming or customizing css stylesheets use the following commands

  • For usage in .html files copy the following code:
<link rel="stylesheet" href="https://joshkoiro.github.io/web-theming-tools/[location of file in repo]">
  • For usage in .css files copy this code:
@import url('https://joshkoiro.github.io/web-theming-tools/[location of file in repo]');

About

Tools and code snippets for customizing web page style-sheets

License:GNU General Public License v3.0


Languages

Language:CSS 100.0%