File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,22 @@ NPM: https://www.npmjs.com/package/mvp.css
1212
1313## Versions
1414
15+ ### v1.13
16+ * Styled ` <a> ` element to be underlined by default
17+ * Styled scrollbar to be in-line with MVP styling
18+
1519### v1.12
1620* Styled ` <input type="submit"> ` element to be the same as ` <button> `
1721
1822### v1.11
19- * Styled ` <dialog> ` element
23+ * Styled ` <dialog> ` element
2024
2125### v1.10.2
22- * Updated ` <input type="text"> ` and ` <textarea> ` styling to be full-width elements
26+ * Updated ` <input type="text"> ` and ` <textarea> ` styling to be full-width elements
2327
2428### v1.9
2529* Updated ` <input type="range"> ` styling to allow user to select all numerical values
26- * Added the option to handle a user's dark mode preference by using ` <html color-mode="user"> `
30+ * Added the option to handle a user's dark mode preference by using ` <html color-mode="user"> `
2731
2832### v1.8
2933* Updated ` <p> ` to be full width
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>A <u>minimalist</u> stylesheet for HTML elements</h1>
3131 download ="mvp.css " href ="./mvp.css " target ="_blank "> < b > Download MVP.css (9kb) ↗</ b > </ a > </ p >
3232 < br > < br >
3333 < p > < sup > PRO TIP</ sup > Add this code to a new HTML
34- file:< br > < br > < code id ="currentVersion " onclick ="copyText('currentVersion'); "> <link rel="stylesheet" href="https://unpkg.com/mvp.css@1.12/mvp.css "> < img src ="./img/icon-copy.png " height ="15 " width ="15 " style ="position: relative; top: 3px; "> </ code > </ p >
34+ file:< br > < br > < code id ="currentVersion " onclick ="copyText('currentVersion'); "> <link rel="stylesheet" href="https://unpkg.com/mvp.css"> < img src ="./img/icon-copy.png " height ="15 " width ="15 " style ="position: relative; top: 3px; "> </ code > </ p >
3535 </ header >
3636 < main >
3737 < hr >
Original file line number Diff line number Diff line change 1- /* MVP.css v1.12 - https://github.com/andybrewer/mvp */
1+ /* MVP.css v1.13 - https://github.com/andybrewer/mvp */
22
33: root {
44 --active-brightness : 0.85 ;
Original file line number Diff line number Diff line change 11{
22 "name" : " mvp.css" ,
3- "version" : " 1.12 .0" ,
3+ "version" : " 1.13 .0" ,
44 "description" : " A minimalist stylesheet for HTML elements" ,
55 "main" : " mvp.css" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments