diff --git a/dist/index.html b/dist/index.html index 0652858..aed4aee 100644 --- a/dist/index.html +++ b/dist/index.html @@ -52,17 +52,18 @@

Plain UI is a simple UI Framework. - It uses strong Utility Classes and has a few Components. + It has

- Some ideas of this are based Work from the last 10 Years. But also Ideas from Frameworks TailwindCSS. +

-

+

Contribution

@@ -100,13 +101,15 @@

Building

-

- For Buildung use Webpack or a similiar System. Plain UI is build by Laravel-Mix. Consider to use PurgeCSS, - with all Helper-Classes the CSS is really growning. PurgeCSS, with Laravel Mix it looks like this, -

- +
+

+ For Buildung use Webpack or a similiar System. Plain UI is build by Laravel-Mix. Consider to use PurgeCSS, + with all Helper-Classes the CSS is really growning. PurgeCSS, with Laravel Mix it looks like this, - + PurgeCSS +

+ +
@@ -124,31 +127,22 @@
-

+

Basic Styles

-

+

Normalize

-

- For all elements is the same, try set a basic style without anything, no margin, no padding. The Reason is to use Components, Layout and - Helpers for the styling or make your own rules for the elements. -

- -

- Heading + .highlight -

- -

Heading 1

-

Heading 2

-

Heading 3

-

Heading 4

-
Heading 5
-
Heading 6
+
+

+ For all elements is the same, try set a basic style without anything, no margin, no padding. The Reason is to use Components, Layout and + Helpers for the styling or make your own rules for the elements. +

+
-

+

Heading

@@ -159,21 +153,35 @@
Heading 5
Heading 6
-

+

Heading + .highlight

-

+

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+ +

Content

+ Y'know this time it wasn't my fault. The Doc set all of his clocks twenty-five minutes slow. Listen, this is very important, I forgot my video camera, could you stop by my place and pick it up on your way to the mall? whoa, this is it, this is the part coming up, Doc. I'm really gonna miss you. Doc, about the future- Thank you, don't forget to take a flyer. +

+

+ Dear Doctor Brown, on the night that I go back in time, you will be shot by terrorists. Please take whatever precautions are necessary to prevent this terrible disaster. Your friend, Marty. Well, safe and sound, now, n good old 1955. I've gotta go. Look, George, I'm telling you George, if you do not ask Lorraine to that dance, I'm gonna regret it for the rest of my life. Hey George, heard you laid out Biff, nice going.

    -
  • -
  • -
  • +
  • Anyway, if Grandpa hadn't hit him
  • +
  • Yeah, well history is gonna change
  • +
  • Children
+
+ I'm telling you George, if you do not ask Lorraine to that dance, I'm gonna regret it for the rest of my life. Hey George, heard you laid out Biff, nice going. +
diff --git a/dist/plain-ui.css b/dist/plain-ui.css index d763303..1e58281 100644 --- a/dist/plain-ui.css +++ b/dist/plain-ui.css @@ -1876,6 +1876,9 @@ samp { -webkit-text-decoration-skip: ink edges; text-decoration-skip: ink edges; } +.content a { + text-decoration: underline; +} .content b, .content strong { font-weight: bolder; diff --git a/src/scss/core/_content.scss b/src/scss/core/_content.scss index 2bc015c..d8d5d99 100644 --- a/src/scss/core/_content.scss +++ b/src/scss/core/_content.scss @@ -23,6 +23,10 @@ text-decoration-skip: ink edges; } + a { + text-decoration: underline; + } + // Add the correct font weight in Chrome, Edge, and Safari. b, strong {