diff --git a/README.md b/README.md index df507e1d..f2f0d8d1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ![qalendar](https://discover-test-files.s3.eu-central-1.amazonaws.com/Logo+MAIN.png) -[![Build](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/build.yml) -[![Coverage Status](https://coveralls.io/repos/github/tomosterlund/qalendar/badge.svg?branch=master)](https://coveralls.io/github/tomosterlund/qalendar?branch=master) -[![Unit tests](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/unit-tests.yml) -[![End-to-end tests](https://github.com/tomosterlund/qalendar/actions/workflows/end-to-end-tests.yml/badge.svg)](https://github.com/tomosterlund/qalendar/actions/workflows/end-to-end-tests.yml) +[![Build](https://github.com/SkyNetRu/qalendar/actions/workflows/build.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/build.yml) +[![Coverage Status](https://coveralls.io/repos/github/SkyNetRu/qalendar/badge.svg?branch=master)](https://coveralls.io/github/SkyNetRu/qalendar?branch=master) +[![Unit tests](https://github.com/SkyNetRu/qalendar/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/unit-tests.yml) +[![End-to-end tests](https://github.com/SkyNetRu/qalendar/actions/workflows/end-to-end-tests.yml/badge.svg)](https://github.com/SkyNetRu/qalendar/actions/workflows/end-to-end-tests.yml) [![npm](https://img.shields.io/npm/v/qalendar)](https://www.npmjs.com/package/qalendar) ![npm](https://img.shields.io/npm/dm/qalendar) @@ -14,19 +14,8 @@ https://github.com/tomosterlund/qalendar ## Docs -For original documentation and demo, see: https://tomosterlund.github.io/qalendar/ +For documentation and demo, see: https://SkyNetRu.github.io/qalendar/ -## Changes Docs -* Dark Or Light Mode can be defined in config -Otherwise will be used OS theme mode - -```js -config: { - ... - styleMode: 'light' | 'dark' - ... -} -``` ## Changes * Days in DatePicker what have events has class .is_active and style Bold. diff --git a/src/Qalendar.vue b/src/Qalendar.vue index 4ba42b39..724eb189 100644 --- a/src/Qalendar.vue +++ b/src/Qalendar.vue @@ -21,7 +21,7 @@